home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Tools
/
Languages
/
Caml Light 0.61
/
Source
/
src
/
runtime
/
roots.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-09-24
|
156 b
|
13 lines
|
[
TEXT/MPS
]
#ifndef _roots_
#define _roots_
#ifdef ANSI
void local_roots (void (*copy_fn) (value *, value));
#else
void local_roots ();
#endif
#endif /* _roots_ */